From: Raspbian automatic forward porter Date: Fri, 10 Jul 2026 17:40:34 +0000 (+0100) Subject: Merge version 0.10-1+rpi1 and 0.10-2 to produce 0.10-2+rpi1 X-Git-Tag: archive/raspbian/0.10-2+rpi1^0 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=0a127d1ffd09308b3b7640856fa1abc6651594cc;p=ocaml-eqaf.git Merge version 0.10-1+rpi1 and 0.10-2 to produce 0.10-2+rpi1 --- 0a127d1ffd09308b3b7640856fa1abc6651594cc diff --cc debian/changelog index 3a9c0a1,d4411f2..4f0681b --- a/debian/changelog +++ b/debian/changelog @@@ -1,10 -1,11 +1,19 @@@ - ocaml-eqaf (0.10-1+rpi1) trixie-staging; urgency=medium ++ocaml-eqaf (0.10-2+rpi1) forky-staging; urgency=medium + + [changes brought forward from 0.9-4+rpi1 by Peter Michael Green at Fri, 22 Dec 2023 04:14:19 +0000] + * Remove build-dependency on libcrowbar-ocaml-dev. + * Disable tests which use afl++ via crowbar. + - -- Raspbian forward porter Thu, 03 Oct 2024 08:36:50 +0000 ++ -- Raspbian forward porter Fri, 10 Jul 2026 17:40:34 +0000 ++ + ocaml-eqaf (0.10-2) unstable; urgency=medium + + * Fix tests with OCaml 5.5.0 + * Bump Standards-Version to 4.7.4 + * Remove Priority and Rules-Requires-Root from debian/control + * Use dh_ocamllibinstall and set dune_layout_version to 1 + + -- Stéphane Glondu Tue, 30 Jun 2026 10:14:55 +0200 ocaml-eqaf (0.10-1) unstable; urgency=medium diff --cc debian/control index 7e5500b,7d9f841..06894c3 --- a/debian/control +++ b/debian/control @@@ -9,9 -8,9 +8,8 @@@ Build-Depends ocaml-dune, libcstruct-ocaml-dev, libalcotest-ocaml-dev , - dh-ocaml (>= 1.2) - Standards-Version: 4.7.0 - Rules-Requires-Root: no - libcrowbar-ocaml-dev , + dh-ocaml (>= 3.4~) + Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-eqaf Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-eqaf.git Homepage: https://github.com/mirage/eqaf diff --cc debian/patches/series index 303e69f,0ba7848..baa09e8 --- a/debian/patches/series +++ b/debian/patches/series @@@ -1,2 -1,2 +1,3 @@@ 0001-Handle-unknown-ocaml-system-as-Linux.patch + 0002-Fix-tests-with-OCaml-5.5.0.patch +disable-afl.patch